linear search - translation to russian
Diclib.com
ChatGPT AI Dictionary
Enter a word or phrase in any language 👆
Language:

Translation and analysis of words by ChatGPT artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

linear search - translation to russian

SEARCH ALGORITHM IN UNSORTED LISTS
Sequential search; Linear search algorithm

linear search         
[вчт.] последовательный перебор; линейный поиск
linear search         

общая лексика

линейный поиск, последовательный перебор

поиск, начинающийся с первого элемента и заканчивающийся, когда искомый элемент найден либо достигнут конец списка

математика

линейный поиск

Смотрите также

binary search; global search; heuristic search; linear list; search; sequential search

sequential search         
последовательный поиск

Definition

поисковик
м.
Геолог, занимающийся поисками полезных ископаемых.

Wikipedia

Linear search

In computer science, a linear search or sequential search is a method for finding an element within a list. It sequentially checks each element of the list until a match is found or the whole list has been searched.

A linear search runs in at worst linear time and makes at most n comparisons, where n is the length of the list. If each element is equally likely to be searched, then linear search has an average case of n+1/2 comparisons, but the average case can be affected if the search probabilities for each element vary. Linear search is rarely practical because other search algorithms and schemes, such as the binary search algorithm and hash tables, allow significantly faster searching for all but short lists.

What is the Russian for linear search? Translation of &#39linear search&#39 to Russian